CZON

TODO Extraction Report

Document Analysis

👤 Developers, project managers, or document analysts who need to automate the extraction and management of TODO items from a large number of Markdown documents.
This document is a detailed guide on how to extract TODO items from a large number of Markdown files. It first outlines the document reading process, including four stages: obtaining file lists, batch reading and extraction, context management, and completeness verification. Next, the document defines TODO extraction rules, including the identification of explicit and implicit TODOs, as well as extraction elements such as description, source file, original text reference, and inferred date. The document also provides status judgment rules (e.g., completed, in progress, not started) and priority marking rules (high, medium, low priority). Finally, the document specifies the output format, including header format, overview, and TODO list presentation, and emphasizes citation link standards, segmented writing rules, and prohibited behaviors. The core value lies in providing a systematic method to help users automate the processing of task information from a large number of documents and generate structured reports.
  • ✨ The document defines a complete process for extracting TODOs from Markdown files, including four stages: obtaining file lists, batch reading and extraction, context management, and completeness verification.
  • ✨ The document details TODO extraction rules, including the identification of explicit and implicit TODOs, as well as extraction elements such as description, source file, original text reference, and inferred date.
  • ✨ The document provides status judgment rules (completed, in progress, not started) and priority marking rules (high, medium, low priority) to help categorize and sort TODO items.
  • ✨ The document specifies the output format, including header, overview, and TODO list presentation, and emphasizes citation link standards, segmented writing rules, and prohibited behaviors to ensure report quality.
  • ✨ The document's core goal is to achieve automated and structured task management by systematically processing a large number of documents to generate accurate and readable reports.
1,228 words · ~6 min read
  • TODO extraction
  • document analysis
  • task management
  • Markdown
  • automation
  • structured reporting
  • priority
  • status tracking